home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
AdobeExamples
/
NX_Dial
/
DialViewWraps.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-06-12
|
754b
|
31 lines
/* DialViewWraps.h generated from DialViewWraps.psw
by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
*/
#ifndef DIALVIEWWRAPS_H
#define DIALVIEWWRAPS_H
extern void PSWMarkTime( void );
extern void PSWReturnTime(int *ElapsedTime);
extern void PSWDefs( void );
extern void PSWEraseView(float BGColor, float X, float Y, float W, float H);
extern void PSWSetColorWidth(float Color, float Width);
extern void PSWMakeLine(float X0, float Y0, float X1, float Y1);
extern void PSWMakeCircle(float X, float Y, float Rad);
extern void PSWFillPath(float Color);
extern void PSWRotate_MakeLine(float Ang, float X0, float Y0, float X1, float Y1);
extern void PSWPlaceName(char *str);
extern void PSWDrawUserPath(char *str);
#endif DIALVIEWWRAPS_H